projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f298f0d
)
(lisp): Don't process subdirs that start with =.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 27 Jun 1997 09:41:50 +0000
(09:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 27 Jun 1997 09:41:50 +0000
(09:41 +0000)
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index ebcd4baff7bb15a68583b586612e3ca44821c7fd..fcba8c061efe47d1aae3866c4416e25f0f9cd061 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-267,7
+267,7
@@
echo "Making links to \`lisp' and its subdirectories"
## Find all subdirs of lisp dir
for file in `find . -type d -print`; do
case $file in
- . | .. | */Old | */RCS)
+ . | .. | */Old | */RCS
| */=*
)
;;
*)
if [ -d $file ]; then